func github.com/jackc/pgx/v5/pgtype.parseHstore

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		hstore.go#L263: 	hstore, err := parseHstore(src)
		hstore.go#L454: func parseHstore(s string) (Hstore, error) {